home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2005 March / Macworld CD March 2005 - Marathon Trilogy.iso / Shareware World / User Interface / RocketLauncher.sit / RocketLauncher / RocketLauncher.CVS / AppTableDS.h,v < prev    next >
Encoding:
Text File  |  2005-01-09  |  848 b   |  60 lines

  1. head     1.1;
  2. branch   1.1.1;
  3. access   ;
  4. symbols  start:1.1.1.1 oleg:1.1.1;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.1
  10. date     2005.01.09.18.45.06;  author oleg;  state Exp;
  11. branches 1.1.1.1;
  12. next     ;
  13.  
  14. 1.1.1.1
  15. date     2005.01.09.18.45.06;  author oleg;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24.  
  25. 1.1
  26. log
  27. @Initial revision
  28. @
  29. text
  30. @//
  31. //  AppTableDS.h
  32. //  RocketLauncher
  33. //
  34. //  Created by Oleg Kibirev on 1/2/05.
  35. //  Copyright 2005 My Stuff. All rights reserved.
  36. //
  37.  
  38. #import <Cocoa/Cocoa.h>
  39. #import "AppInfo.h"
  40.  
  41. @@interface AppTableDS : NSObject {
  42.     NSArray *appList;
  43. }
  44.  
  45. -(void)setAppList: (NSArray *)appList;
  46. -(void)dealloc;
  47. -(int)numberOfRowsInTableView: (NSTableView *)table;
  48. - (id)tableView:(NSTableView *)aTableView objectValueForTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex;
  49.  
  50. @@end
  51. @
  52.  
  53.  
  54. 1.1.1.1
  55. log
  56. @RocketLauncher
  57. @
  58. text
  59. @@
  60.